mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Штанга\");a_out_text_delay_s(\"red\", \"11, 21й, вашу группу наблюдаю, начинаем дозаправку\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"01, ракета поразила цель, 21, продолжаем патрулирование\", \"10\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"31й, перехват отработал, спасибо всем за работу\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_s(\"red\", \"01й, 21й вас наблюдаю, дистанция 200 метров по левому борту, спасибо за эскорт\", \"10\"); mission.trig.func[4]='';",
            [5] = "a_activate_group(\"F-5 Groop \");a_out_text_delay_s(\"red\", \"01й, 21му, по правому борту пара турецких F-5, будьте внимательны, огонь не открывать\", \"15\"); mission.trig.func[5]='';",
            [6] = "a_activate_group(\"F-16 Groop\"); mission.trig.func[6]='';",
            [7] = "a_out_text_delay_s(\"red\", \"01й, выполняем разворот на атаку условной цели\", \"10\"); mission.trig.func[7]='';",
            [8] = "a_out_text_delay_s(\"red\", \"01й, 21й, спасибо за работу!\", \"10\"); mission.trig.func[8]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"22\", \"ил-78\") )",
            [2] = "return(c_unit_dead(\"15\") )",
            [3] = "return(c_unit_in_zone_unit(\"24\", \"Ту-95 зона\", \"22\") )",
            [4] = "return(c_unit_in_zone_unit(\"28\", \"Приветсвие\", \"22\") )",
            [5] = "return(c_unit_in_zone(\"22\", \"F-5\") )",
            [6] = "return(c_group_dead(\"F-5 Groop \") )",
            [7] = "return(c_unit_in_zone(\"22\", \"Атака\") )",
            [8] = "return(c_unit_in_zone(\"22\", \"Прощание\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"22\", \"ил-78\") then a_activate_group(\"Штанга\");a_out_text_delay_s(\"red\", \"11, 21й, вашу группу наблюдаю, начинаем дозаправку\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_dead(\"15\") then a_out_text_delay_s(\"red\", \"01, ракета поразила цель, 21, продолжаем патрулирование\", \"10\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone_unit(\"24\", \"Ту-95 зона\", \"22\") then a_out_text_delay_s(\"red\", \"31й, перехват отработал, спасибо всем за работу\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone_unit(\"28\", \"Приветсвие\", \"22\") then a_out_text_delay_s(\"red\", \"01й, 21й вас наблюдаю, дистанция 200 метров по левому борту, спасибо за эскорт\", \"10\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone(\"22\", \"F-5\") then a_activate_group(\"F-5 Groop \");a_out_text_delay_s(\"red\", \"01й, 21му, по правому борту пара турецких F-5, будьте внимательны, огонь не открывать\", \"15\"); mission.trigfunc[5]='';end;",
        [6] = "if c_group_dead(\"F-5 Groop \") then a_activate_group(\"F-16 Groop\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"22\", \"Атака\") then a_out_text_delay_s(\"red\", \"01й, выполняем разворот на атаку условной цели\", \"10\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_in_zone(\"22\", \"Прощание\") then a_out_text_delay_s(\"red\", \"01й, 21й, спасибо за работу!\", \"10\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 6,
            thickness = 100,
            base = 2200,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 3000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74278203576632,
                hidden = true,
                long = 0.68371311968673,
                x = -267744.51110494,
                name = "ил-78",
                y = 407101.03496726,
            }, -- end of [1]
            [2] = 
            {
                radius = 1000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.77073409879988,
                hidden = true,
                long = 0.69788964015132,
                x = -84535.599962451,
                name = "Ту-95 зона",
                y = 458871.78770062,
            }, -- end of [2]
            [3] = 
            {
                radius = 2000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.77063290707019,
                hidden = true,
                long = 0.70587804651153,
                x = -81946.417162678,
                name = "Приветсвие",
                y = 495549.57062588,
            }, -- end of [3]
            [4] = 
            {
                radius = 3000,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.72891382455549,
                hidden = true,
                long = 0.69352217027256,
                x = -352536.99424767,
                name = "F-5",
                y = 460286.66163024,
            }, -- end of [4]
            [5] = 
            {
                radius = 3000,
                zoneId = 5,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74844083719703,
                hidden = true,
                long = 0.68354000130627,
                x = -231769.32009846,
                name = "Атака",
                y = 403646.09459204,
            }, -- end of [5]
            [6] = 
            {
                radius = 3000,
                zoneId = 6,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74935495891225,
                hidden = true,
                long = 0.706225148001,
                x = -217311.14733425,
                name = "Прощание",
                y = 509369.22926848,
            }, -- end of [6]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72809245285513,
        zoom = 2500000,
        centerX = 0.74326423738699,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Сегодня дальняя авиация проводит плановый полет по Черному морю к берегам Турции, выполнит  стрельбы крылатыми ракетами по полигону, пара мигов выполнит учебный перехват стратегического бомбардировщика, ваша задача эскорт медведя, и отработка дозаправки в воздухе.\
Позывные: ту-95 - 01, дозаправщик ил-76 - 11, звено мигов - 31 и 32, ваш позывной 21, ведомого - 22.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "Ваша задача - эскорт ту-95 по всему маршруту до вхождения в воздушного пространства Абхазии где прикрыта средствами ПВО, не поддаваться провакациям в случае появления истребителей перехватчиков НАТО и запрещается открывать огонь!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 22,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 9,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "11, 21й, вашу группу наблюдаю, начинаем дозаправку",
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 15,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "01, ракета поразила цель, 21, продолжаем патрулирование",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 24,
                    zone = 2,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 22,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "31й, перехват отработал, спасибо всем за работу",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 28,
                    zone = 3,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 22,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "01й, 21й вас наблюдаю, дистанция 200 метров по левому борту, спасибо за эскорт",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 22,
                    predicate = "c_unit_in_zone",
                    zone = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 15,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 15,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "01й, 21му, по правому борту пара турецких F-5, будьте внимательны, огонь не открывать",
                }, -- end of [2]
            }, -- end of actions
            comment = "",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 15,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 14,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 22,
                    predicate = "c_unit_in_zone",
                    zone = 5,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "01й, выполняем разворот на атаку условной цели",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 22,
                    predicate = "c_unit_in_zone",
                    zone = 6,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "01й, 21й, спасибо за работу!",
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [8]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72595985197117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72650382732361,
                                            x = -357221.21116345,
                                            speed = 5.5555555555556,
                                            y = 619476.52946137,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 16,
                                        lat = 0.72595985197117,
                                        skill = "Excellent",
                                        long = 0.72650382732361,
                                        x = -357221.21116345,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 619476.52946137,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 17,
                                        lat = 0.72595285197117,
                                        skill = "Excellent",
                                        long = 0.72651082732361,
                                        x = -357262.44109607,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 619514.39905788,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 18,
                                        lat = 0.72595299779221,
                                        skill = "Excellent",
                                        long = 0.72649785810054,
                                        x = -357267.76070969,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 619452.34147956,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 933,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73846154874911,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73052328310377,
                                            x = -275599.51674389,
                                            speed = 5.5555555555556,
                                            y = 630415.12114158,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 19,
                                        lat = 0.73846154874911,
                                        skill = "Excellent",
                                        long = 0.73052328310377,
                                        x = -275599.51674389,
                                        name = "Юнит #7",
                                        heading = 5.5709937384629,
                                        y = 630415.12114158,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 20,
                                        lat = 0.73845454874911,
                                        skill = "Excellent",
                                        long = 0.73053028310377,
                                        x = -275640.63573816,
                                        name = "Юнит #8",
                                        heading = 5.5709937384629,
                                        y = 630452.82775357,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 21,
                                        lat = 0.73845453650816,
                                        skill = "Excellent",
                                        long = 0.73051794749838,
                                        x = -275646.84616814,
                                        name = "Юнит #9",
                                        heading = 5.5709937384629,
                                        y = 630394.5219318,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "F-16 Groop",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72039861473989,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72420462850719,
                                            x = -393763.59086533,
                                            speed = 250,
                                            y = 611992.17693282,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72522645215349,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70443840813128,
                                            x = -371731.39824889,
                                            speed = 250,
                                            y = 514351.43908832,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 5400,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 34,
                                        lat = 0.72039861473989,
                                        skill = "Excellent",
                                        long = 0.72420462850719,
                                        x = -393763.59086533,
                                        name = "Uzi 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 611992.17693282,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 35,
                                        lat = 0.72039161473989,
                                        skill = "Excellent",
                                        long = 0.72421162850719,
                                        x = -393804.93000276,
                                        name = "Uzi 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 612030.27917397,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 36,
                                        lat = 0.72038461473989,
                                        skill = "Excellent",
                                        long = 0.72421862850719,
                                        x = -393846.26914019,
                                        name = "Uzi 1-3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 612068.38141513,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Uzi13",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 38,
                                        lat = 0.72037761473989,
                                        skill = "Excellent",
                                        long = 0.72422562850719,
                                        x = -393887.60827762,
                                        name = "Uzi 1-4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 612106.48365628,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Uzi14",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "F-5 Groop ",
                                groupId = 15,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72842544192415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69269302709478,
                                            x = -355953.15006982,
                                            speed = 208.33333333333,
                                            y = 456572.28003432,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72101358964482,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71211824005269,
                                            x = -395328.56749545,
                                            speed = 208.33333333333,
                                            y = 553542.13841535,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 7200,
                                task = "Nothing",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 39,
                                        lat = 0.72842544192415,
                                        skill = "Average",
                                        long = 0.69269302709478,
                                        x = -355953.15006982,
                                        name = "Ford 1-1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 456572.28003432,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Ford11",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-5E",
                                        CLSID = "{569949FE-CE95-4D94-BF76-7B809B8DACD0}",
                                        unitId = 40,
                                        lat = 0.72841844192415,
                                        skill = "Average",
                                        long = 0.69270002709478,
                                        x = -355995.15058364,
                                        name = "Ford 1-2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0395076D-2F77-4420-9D33-087A4398130B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "2000",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 456609.22183692,
                                        callsign = 
                                        {
                                            [1] = 6,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Ford12",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76059463140739,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69317399262539,
                                            x = -150909.95702188,
                                            speed = 0,
                                            y = 442522.06585934,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOSCOW",
                                        CLSID = "{5723F0F5-08EB-41DE-9CBB-7DCA54521D79}",
                                        unitId = 1,
                                        lat = 0.76059463140739,
                                        skill = "Excellent",
                                        long = 0.69317399262539,
                                        x = -150909.95702188,
                                        name = "Юнит #1",
                                        heading = 0.89011791851711,
                                        y = 442522.06585934,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76061339105438,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69315916315755,
                                            x = -150795.99129258,
                                            speed = 0,
                                            y = 442443.57518711,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "NEUSTRASH",
                                        CLSID = "{06B97F7F-8CBA-429C-9CCF-376B80A8DD31}",
                                        unitId = 2,
                                        lat = 0.76061339105438,
                                        skill = "Excellent",
                                        long = 0.69315916315755,
                                        x = -150795.99129258,
                                        name = "Юнит #2",
                                        heading = 0.89011791851711,
                                        y = 442443.57518711,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76062565082918,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69320290723743,
                                            x = -150701.70832034,
                                            speed = 0,
                                            y = 442639.98248179,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 3,
                                        lat = 0.76062565082918,
                                        skill = "Excellent",
                                        long = 0.69320290723743,
                                        x = -150701.70832034,
                                        name = "Юнит #3",
                                        heading = 5.6723200689816,
                                        y = 442639.98248179,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75764620223624,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6975198474663,
                                            x = -168022.25878042,
                                            speed = 5.5555555555556,
                                            y = 464220.0643912,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 4,
                                        lat = 0.75764620223624,
                                        skill = "Average",
                                        long = 0.6975198474663,
                                        x = -168022.25878042,
                                        name = "Наземная группа",
                                        heading = 2.6011731533192,
                                        y = 464220.0643912,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 5,
                                        lat = 0.75766825599203,
                                        skill = "Average",
                                        long = 0.697501251983,
                                        x = -167888.96724665,
                                        name = "Наземная группа #1",
                                        heading = 2.6011731533192,
                                        y = 464121.76929645,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 6,
                                        lat = 0.75768551878287,
                                        skill = "Average",
                                        long = 0.69751319940151,
                                        x = -167774.43786734,
                                        name = "Наземная группа #2",
                                        heading = 4.0476144855673,
                                        y = 464168.03037012,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 7,
                                        lat = 0.757647307465,
                                        skill = "Average",
                                        long = 0.6975027543909,
                                        x = -168021.79504082,
                                        name = "Наземная группа #3",
                                        heading = 1.0303768265243,
                                        y = 464140.01174736,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 8,
                                        lat = 0.75764887562518,
                                        skill = "Average",
                                        long = 0.69750250520046,
                                        x = -168011.90443639,
                                        name = "Наземная группа #4",
                                        heading = 1.0303768265243,
                                        y = 464138.01058674,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 9,
                                        lat = 0.75765039908997,
                                        skill = "Average",
                                        long = 0.69750215385186,
                                        x = -168002.33775774,
                                        name = "Наземная группа #5",
                                        heading = 1.0303768265243,
                                        y = 464135.55855561,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 10,
                                        lat = 0.75765184257834,
                                        skill = "Average",
                                        long = 0.69750184520891,
                                        x = -167993.26396355,
                                        name = "Наземная группа #6",
                                        heading = 1.0303768265243,
                                        y = 464133.3480272,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 11,
                                        lat = 0.75765702569092,
                                        skill = "Average",
                                        long = 0.69752519360019,
                                        x = -167951.27587565,
                                        name = "Наземная группа #7",
                                        heading = 4.1719694801141,
                                        y = 464239.09950954,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 12,
                                        lat = 0.75765788119725,
                                        skill = "Average",
                                        long = 0.69752331544144,
                                        x = -167946.55019957,
                                        name = "Наземная группа #8",
                                        heading = 4.1719694801141,
                                        y = 464229.90894871,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 13,
                                        lat = 0.75765871384274,
                                        skill = "Average",
                                        long = 0.69752161054216,
                                        x = -167941.90346511,
                                        name = "Наземная группа #9",
                                        heading = 4.1719694801141,
                                        y = 464221.53608584,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 14,
                                        lat = 0.75765949436397,
                                        skill = "Average",
                                        long = 0.69751978650335,
                                        x = -167937.63449709,
                                        name = "Наземная группа #10",
                                        heading = 4.1719694801141,
                                        y = 464212.63740558,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75214044833233,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70832526844525,
                                            x = -198683.02823169,
                                            speed = 5.5555555555556,
                                            y = 517582.64529277,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 29,
                                        lat = 0.75214044833233,
                                        skill = "Excellent",
                                        long = 0.70832526844525,
                                        x = -198683.02823169,
                                        name = "Юнит #10",
                                        heading = 2.6011731533192,
                                        y = 517582.64529277,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 30,
                                        lat = 0.75213344833233,
                                        skill = "Excellent",
                                        long = 0.70833226844525,
                                        x = -198724.62148531,
                                        name = "Юнит #11",
                                        heading = 2.6011731533192,
                                        y = 517619.28801751,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 31,
                                        lat = 0.75213310213598,
                                        skill = "Excellent",
                                        long = 0.70831928118078,
                                        x = -198732.37165576,
                                        name = "Юнит #12",
                                        heading = 2.6011731533192,
                                        y = 517558.94065718,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Медведь",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77396067072095,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69463137062826,
                                            x = -65244.247722027,
                                            speed = 208.33333333333,
                                            y = 442225.02341903,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75542329821491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68252233135107,
                                            x = -187654.86878526,
                                            speed = 208.33333333333,
                                            y = 395630.16953093,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74772842081577,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68364109146608,
                                            x = -236271.33520983,
                                            speed = 208.33333333333,
                                            y = 404458.18838872,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74921176328341,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.69810773878287,
                                                    radius = 1000,
                                                    y = 467093.88425349,
                                                    x = -169466.3802022,
                                                    lat = 0.75738392547827,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.68547994989412,
                                            x = -226190.59364197,
                                            speed = 208.33333333333,
                                            y = 412366.29970408,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74195575413088,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68335651299061,
                                            x = -273128.0553159,
                                            speed = 208.33333333333,
                                            y = 405810.6189275,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72927435607381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69256429978535,
                                            x = -350594.04131729,
                                            speed = 208.33333333333,
                                            y = 455531.4329611,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72159213758313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71261433912078,
                                            x = -391425.07463654,
                                            speed = 208.33333333333,
                                            y = 555589.73618857,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 180,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [8]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-95MS",
                                        CLSID = "{96710CAD-AA85-40EB-9BAC-CE307CE6C158}",
                                        unitId = 22,
                                        lat = 0.77396067072095,
                                        skill = "Excellent",
                                        long = 0.69463137062826,
                                        x = -65244.247722027,
                                        name = "01",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
                                                }, -- end of [1]
                                            }, -- end of pylons
                                            fuel = "87000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 442225.02341903,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Штанга",
                                groupId = 9,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.742727578153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68278823628659,
                                            x = -268407.25595956,
                                            speed = 208.33333333333,
                                            y = 402768.62660942,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5200,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72927435607381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69256426902567,
                                            x = -350594.05265961,
                                            speed = 208.33333333333,
                                            y = 455531.28606995,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 3600,
                                task = "Refueling",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-78M",
                                        CLSID = "{E8506C78-7BCD-4FA7-9163-354FE3297DCA}",
                                        unitId = 23,
                                        lat = 0.742727578153,
                                        skill = "Excellent",
                                        long = 0.68278823628659,
                                        x = -268407.25595956,
                                        name = "11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "90000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 402768.62660942,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "Миг-29",
                                groupId = 10,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74931913786415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6933666891665,
                                            x = -222642.51635014,
                                            speed = 222.22222222222,
                                            y = 449218.51939166,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74813982630066,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68349510486786,
                                            x = -233701.47244281,
                                            speed = 222.22222222222,
                                            y = 403578.62862145,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7549329705469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68249700453532,
                                            x = -190785.76742159,
                                            speed = 222.22222222222,
                                            y = 395737.2989241,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 480,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 24,
                                        lat = 0.74931913786415,
                                        skill = "Excellent",
                                        long = 0.6933666891665,
                                        x = -222642.51635014,
                                        name = "31",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 449218.51939166,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 25,
                                        lat = 0.74931213786415,
                                        skill = "Excellent",
                                        long = 0.6933736891665,
                                        x = -222684.50373203,
                                        name = "32",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 449254.92097965,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Эскорт",
                                groupId = 12,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76290351624452,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69096856991956,
                                            x = -137024.62782948,
                                            speed = 277.77777777778,
                                            y = 431134.00560989,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76440808860372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68833182233398,
                                            x = -128406.21840119,
                                            speed = 263.88888888889,
                                            y = 418207.44794232,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75542329821491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68252231945997,
                                            x = -187654.87285567,
                                            speed = 208.33333333333,
                                            y = 395630.11425852,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74846076658341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68353514707523,
                                            x = -231644.07200004,
                                            speed = 208.33333333333,
                                            y = 403613.88025674,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74920362311569,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68547744606883,
                                            x = -226243.32099319,
                                            speed = 208.33333333333,
                                            y = 412358.46247468,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74195575413088,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68335651299061,
                                            x = -273128.0553159,
                                            speed = 208.33333333333,
                                            y = 405810.6189275,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72927435607381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69256426902567,
                                            x = -350594.05265961,
                                            speed = 208.33333333333,
                                            y = 455531.28606995,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72159213758313,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71261433095593,
                                            x = -391425.07821829,
                                            speed = 208.33333333333,
                                            y = 555589.69698104,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74935642434418,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70621346655312,
                                            x = -217306.63262599,
                                            speed = 208.33333333333,
                                            y = 509313.63582705,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [11]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 28,
                                        lat = 0.758225,
                                        skill = "Player",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{88DAC840-9F75-4531-8689-B46E64E42E53}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{88DAC840-9F75-4531-8689-B46E64E42E53}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-33",
                                        CLSID = "{35ED40B9-C66A-4A80-AC29-04B041552520}",
                                        unitId = 33,
                                        lat = 0.758218,
                                        skill = "Excellent",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{88DAC840-9F75-4531-8689-B46E64E42E53}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D841D0F9-5ED1-4E27-AA4B-020A492E7454}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{88DAC840-9F75-4531-8689-B46E64E42E53}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75738376142184,
                                            long = 0.69810769617097,
                                            x = -169467.44134644,
                                            name = "",
                                            speed = 0,
                                            y = 467093.77433725,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                lat = 0.75738376142184,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "sklad",
                                        type = "Warehouse",
                                        CLSID = "{80af40db-22ac-4e42-ab24-a015d1a21311}",
                                        unitId = 15,
                                        lat = 0.75738376142184,
                                        rate = 100,
                                        long = 0.69810769617097,
                                        x = -169467.44134644,
                                        name = "Стат. объект",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 1,
                                        y = 467093.77433725,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.69810769617097,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Морской бриз",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 3427,
    start_time = 57600,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
